net/http.http2serverConn.maxHeaderListSize (method)

3 uses

	net/http (current package)
		h2_bundle.go#L4272: 	fr.MaxHeaderListSize = sc.maxHeaderListSize()
		h2_bundle.go#L4424: func (sc *http2serverConn) maxHeaderListSize() uint32 {
		h2_bundle.go#L4718: 			{http2SettingMaxHeaderListSize, sc.maxHeaderListSize()},